home *** CD-ROM | disk | FTP | other *** search
/ Daddy Day Care Press Kit / Daddy Day Care Press Kit.iso / mac / Acrobat Reader 5 PC / plug_ins / EScript.api / EXVW / 6200 < prev    next >
Text File  |  2002-12-14  |  290b  |  10 lines

  1. dialog(name: '$$$/Dialogs/Response')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         static_text(item_id: 'ques', name: '$$$/Dialogs/Response/Question', alignment: align_fill, height: gStaticTextHeight * 2);
  6.         edit_text(item_id: 'rsps', width: max_char_width() * 25);
  7.         ok_cancel();
  8.     }
  9. }
  10.